home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / IconTheme.pod < prev    next >
Text File  |  2009-04-29  |  3KB  |  208 lines

  1. =head1 NAME
  2.  
  3. Gnome2::IconTheme - wrapper for GnomeIconTheme
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Gnome2::IconTheme
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16.  
  17. =head1 METHODS
  18.  
  19. =head2 icontheme = Gnome2::IconTheme-E<gt>B<new> 
  20.  
  21. =head2 boolean = $theme-E<gt>B<get_allow_svg> 
  22.  
  23. =head2 $theme-E<gt>B<set_allow_svg> ($allow_svg)
  24.  
  25. =over
  26.  
  27. =item * $allow_svg (boolean) 
  28.  
  29. =back
  30.  
  31. =head2 $theme-E<gt>B<append_search_path> ($path)
  32.  
  33. =over
  34.  
  35. =item * $path (string) 
  36.  
  37. =back
  38.  
  39. =head2 $theme-E<gt>B<set_custom_theme> ($theme_name)
  40.  
  41. =over
  42.  
  43. =item * $theme_name (string) 
  44.  
  45. =back
  46.  
  47. =head2 string = $theme-E<gt>B<get_example_icon_name> 
  48.  
  49. =head2 boolean = $theme-E<gt>B<has_icon> ($icon_name)
  50.  
  51. =over
  52.  
  53. =item * $icon_name (string) 
  54.  
  55. =back
  56.  
  57. =head2 list = $theme-E<gt>B<list_icons> ($context=undef)
  58.  
  59. =over
  60.  
  61. =item * $context (string) 
  62.  
  63. =back
  64.  
  65.  
  66. Returns a list of icons.
  67.  
  68.  
  69. =head2 list = $icon_theme-E<gt>B<lookup> ($thumbnail_factory, $file_uri, $custom_icon, $file_info, $mime_type, $flags)
  70.  
  71. =over
  72.  
  73. =item * $thumbnail_factory (Gnome2::ThumbnailFactory or undef) 
  74.  
  75. =item * $file_uri (string) 
  76.  
  77. =item * $custom_icon (scalar) 
  78.  
  79. =item * $file_info (Gnome2::VFS::FileInfo) 
  80.  
  81. =item * $mime_type (string) 
  82.  
  83. =item * $flags (Gnome2::IconLookupFlags) 
  84.  
  85. =back
  86.  
  87.  
  88. Returns the icon name and a GnomeIconLookupFlags.
  89.  
  90.  
  91. =head2 list = $theme-E<gt>B<lookup_icon> ($icon_name, $size)
  92.  
  93. =over
  94.  
  95. =item * $icon_name (string) 
  96.  
  97. =item * $size (integer) 
  98.  
  99. =back
  100.  
  101.  
  102. Returns the filename, the icon data and the base size.
  103.  
  104.  
  105. =head2 list = $icon_theme-E<gt>B<lookup_sync> ($thumbnail_factory, $file_uri, $custom_icon, $flags)
  106.  
  107. =over
  108.  
  109. =item * $thumbnail_factory (Gnome2::ThumbnailFactory or undef) 
  110.  
  111. =item * $file_uri (string) 
  112.  
  113. =item * $custom_icon (scalar) 
  114.  
  115. =item * $flags (Gnome2::IconLookupFlags) 
  116.  
  117. =back
  118.  
  119.  
  120. Returns the icon name and a GnomeIconLookupFlags.
  121.  
  122.  
  123. =head2 $theme-E<gt>B<prepend_search_path> ($path)
  124.  
  125. =over
  126.  
  127. =item * $path (string) 
  128.  
  129. =back
  130.  
  131. =head2 boolean = $theme-E<gt>B<rescan_if_needed> 
  132.  
  133. =head2 list = $theme-E<gt>B<get_search_path> 
  134.  
  135.  
  136. Returns a list of paths.
  137.  
  138.  
  139. =head2 $theme-E<gt>B<set_search_path> (...)
  140.  
  141. =over
  142.  
  143. =item * ... (list) of paths
  144.  
  145. =back
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. =cut
  153.  
  154.  
  155. =head1 SIGNALS
  156.  
  157. =over
  158.  
  159. =item B<changed> (Gnome2::IconTheme)
  160.  
  161. =back
  162.  
  163.  
  164.  
  165. =cut
  166.  
  167.  
  168. =head1 ENUMS AND FLAGS
  169.  
  170. =head2 flags Gnome2::IconLookupFlags
  171.  
  172. =over
  173.  
  174. =item * 'none' / 'GNOME_ICON_LOOKUP_FLAGS_NONE'
  175.  
  176. =item * 'embedding-text' / 'GNOME_ICON_LOOKUP_FLAGS_EMBEDDING_TEXT'
  177.  
  178. =item * 'show-small-images-as-themselves' / 'GNOME_ICON_LOOKUP_FLAGS_SHOW_SMALL_IMAGES_AS_THEMSELVES'
  179.  
  180. =item * 'allow-svg-as-themselves' / 'GNOME_ICON_LOOKUP_FLAGS_ALLOW_SVG_AS_THEMSELVES'
  181.  
  182. =back
  183.  
  184.  
  185.  
  186.  
  187. =cut
  188.  
  189.  
  190. =head1 SEE ALSO
  191.  
  192. L<Gnome2>, L<Glib::Object>
  193.  
  194.  
  195. =cut
  196.  
  197.  
  198. =head1 COPYRIGHT
  199.  
  200. Copyright (C) 2003-2004 by the gtk2-perl team.
  201.  
  202. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  203.  
  204.  
  205.  
  206. =cut
  207.  
  208.